const github.com/jackc/pgx/v5.structTagKey

3 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L627: 			dbTag, _ := sf.Tag.Lookup(structTagKey)
		rows.go#L803: 			dbTag, dbTagPresent := sf.Tag.Lookup(structTagKey)
		rows.go#L832: const structTagKey = "db"